home *** CD-ROM | disk | FTP | other *** search
/ Immemory / Chris Marker - Immemory -1998.iso / mac / poetry / owl3 poet stack / owl3 poet stack.rsrc / TEXT_4020_CopyText.txt < prev    next >
Text File  |  1998-09-28  |  584b  |  19 lines

  1. CopyText NBA 1.1 by Ken Kashmarek
  2. Based on TextMover by Michael O'Keefe
  3. (inspired by GetTextNBA by David Stetson)
  4.  
  5. This NBA allows you to copy the text from one
  6. field into another.  Just enter the card id and 
  7. name of the field where you want the text to 
  8. come from on the first line. Then enter the card
  9. id and name of the text field that the text is to go 
  10. into on the second line.
  11.  
  12. source card id, source field name
  13. target card id, target field name
  14.  
  15. For example, in HyperLogo, you would code
  16.  
  17. MAKE "prm (WORD "2,Title CHAR 13 "1,Ind CHAR 13)
  18. MAKE "dummy CALLNBA "CopyText :prm "4
  19.